home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Qumana 3.0.1 / Qumana-3.0.1-en-qumana.exe / lib / edit-on-javabean-sdk.jar / org / w3c / tidy / TidyMessages.properties < prev    next >
Text File  |  2006-08-14  |  9KB  |  195 lines

  1. error=Error: 
  2. warning=Warning: 
  3. line_column=line {0,number} column {1,number} - 
  4. emacs_format={0}:{1,number}:{2,number}:
  5. illegal_char=Warning: replacing illegal character code {0,number}
  6. missing_semicolon=Warning: entity "{0}" doesn''t end in '';''
  7. unknown_entity=Warning: unescaped & or unknown entity "{0}"
  8. unescaped_ampersand=Warning: unescaped & which should be written as &
  9. unknown_attribute=Warning: unknown attribute "{0}"
  10. missing_attribute=\ lacks "{0}" attribute
  11. missing_attr_value=\ attribute "{0}" lacks value
  12. missing_imagemap=\ should use client-side image map
  13. bad_attribute_value=\ unknown attribute value "{0}"
  14. xml_attribute_value=\ has XML attribute "{0}"
  15. unexpected_gt=\ missing '>' for end of tag
  16. unexpected_quotemark=\ unexpected or duplicate quote mark
  17. repeated_attribute=\ repeated attribute
  18. nested_emphasis=\ nested emphasis
  19. coerce_to_endtag=\ <{0}> is probably intended as </{0}>
  20. proprietary_attr_value=\ proprietary attribute value "{0}"
  21. missing_endtag_for=Warning: missing </{0}>
  22. missing_endtag_before=Warning: missing </{0}> before 
  23. discarding_unexpected=Warning: discarding unexpected 
  24. forced_end_anchor=Warning: <a> is probably intended as </a>
  25. non_matching_endtag_1=Warning: replacing unexpected 
  26. non_matching_endtag_2=\ by </{0}>
  27. tag_not_allowed_in=\ isn''t allowed in <{0}> elements
  28. doctype_after_tags=Warning: <!DOCTYPE> isn't allowed after elements
  29. missing_starttag=Warning: missing <{0}>
  30. unexpected_endtag=Warning: unexpected </{0}>
  31. unexpected_endtag_suffix=\ in <{0}>
  32. too_many_elements=Warning: too many {0} elements
  33. too_many_elements_suffix=\ in <{0}>
  34. using_br_inplace_of=Warning: using <br> in place of 
  35. inserting_tag=Warning: inserting implicit <{0}>
  36. cant_be_nested=\ can't be nested
  37. proprietary_element=\ is not approved by W3C
  38. obsolete_element=Warning: replacing obsolete element 
  39. replacing_element=Warning: replacing element
  40. by=\ by 
  41. trim_empty_element=Warning: trimming empty 
  42. missing_title_element=Warning: inserting missing 'title' element
  43. illegal_nesting=\ shouldn't be nested
  44. noframes_content=\ not inside 'noframes' element
  45. inconsistent_version=Warning: html doctype doesn't match content
  46. content_after_body=Warning: content occurs after end of body
  47. malformed_comment=Warning: adjacent hyphens within comment
  48. bad_comment_chars=Warning: expecting -- or >
  49. bad_xml_comment=Warning: XML comments can't contain --
  50. bad_cdata_content=Warning: '<' + '/' + letter not allowed here
  51. inconsistent_namespace=Warning: html namespace doesn't match content
  52. suspected_missing_quote=Error: missing quotemark for attribute value
  53. duplicate_frameset=Error: repeated FRAMESET element
  54. unknown_element=\ is not recognized!
  55. dtype_not_upper_case=Warning: SYSTEM, PUBLIC, W3C, DTD, EN must be upper case
  56. unexpected_end_of_file=Warning: end of file while parsing attributes
  57. malformed_doctype=Warning: expected "html PUBLIC" or "html SYSTEM"
  58. id_name_mismatch=\ id and name attribute value mismatch
  59.  
  60. badchars_summary=Characters codes for the Microsoft Windows fonts in the range\n\
  61. 128 - 159 may not be recognized on other platforms. You are\n\
  62. instead recommended to use named entities, e.g. ™ rather\n\
  63. than Windows character code 153 (0x2122 in Unicode). Note that\n\
  64. as of February 1998 few browsers support the new entities."\n\n
  65.  
  66. badform_summary=You may need to move one or both of the <form> and </form>\n\
  67. tags. HTML elements should be properly nested and form elements\n\
  68. are no exception. For instance you should not place the <form>\n\
  69. in one table cell and the </form> in another. If the <form> is\n\
  70. placed before a table, the </form> cannot be placed inside the\n\
  71. table! Note that one form can't be nested inside another!\n\n
  72.  
  73. badaccess_missing_summary=The table summary attribute should be used to describe\n\
  74. the table structure. It is very helpful for people using\n\
  75. non-visual browsers. The scope and headers attributes for\n\
  76. table cells are useful for specifying which headers apply\n\
  77. to each table cell, enabling non-visual browsers to provide\n\
  78. a meaningful context for each cell.\n\n
  79.  
  80. badaccess_missing_image_alt=The alt attribute should be used to give a short description\n\
  81. of an image; longer descriptions should be given with the\n\
  82. longdesc attribute which takes a URL linked to the description.\n\
  83. These measures are needed for people using non-graphical browsers.\n\n
  84.  
  85. badaccess_missing_image_map=Use client-side image maps in preference to server-side image\n\
  86. maps as the latter are inaccessible to people using non-\n\
  87. graphical browsers. In addition, client-side maps are easier\n\
  88. to set up and provide immediate feedback to users.\n\n
  89.  
  90. badaccess_missing_link_alt=For hypertext links defined using a client-side image map, you\n\
  91. need to use the alt attribute to provide a textual description\n\
  92. of the link for people using non-graphical browsers.\n\n
  93.  
  94. badaccess_frames=Pages designed using frames presents problems for\n\
  95. people who are either blind or using a browser that\n\
  96. doesn't support frames. A frames-based page should always\n\
  97. include an alternative layout inside a NOFRAMES element.\n\n
  98.  
  99. badaccess_summary=For further advice on how to make your pages accessible\n\
  100. see "{0}". You may also want to try\n\
  101. "http://www.cast.org/bobby/" which is a free Web-based\n\
  102. service for checking URLs for accessibility.\n\n
  103.  
  104. badlayout_using_layer=The Cascading Style Sheets (CSS) Positioning mechanism\n\
  105. is recommended in preference to the proprietary <LAYER>\n\
  106. element due to limited vendor support for LAYER.\n\n
  107.  
  108. badlayout_using_spacer=You are recommended to use CSS for controlling white\n\
  109. space (e.g. for indentation, margins and line spacing).\n\
  110. The proprietary <SPACER> element has limited vendor support.\n\n
  111.  
  112. badlayout_using_font=You are recommended to use CSS to specify the font and\n\
  113. properties such as its size and color. This will reduce\n\
  114. the size of HTML files and make them easier maintain\n\
  115. compared with using <FONT> elements.\n\n
  116.  
  117. badlayout_using_nobr=You are recommended to use CSS to control line wrapping.\n\
  118. Use \"white-space: nowrap\" to inhibit wrapping in place\n\
  119. of inserting <NOBR>...</NOBR> into the markup.\n\n
  120.  
  121. badlayout_using_body=You are recommended to use CSS to specify page and link colors\n\n
  122.  
  123. unrecognized_option=unrecognized option -{0} use -help to list options
  124. unknown_file={0}: can''t open file "{1}"
  125. unknown_option=Warning - unknown option: {0}
  126. bad_argument=Warning - missing or malformed argument for option: {0}
  127.  
  128. needs_author_intervention=This document has errors that must be fixed before\n\
  129. using HTML Tidy to generate a tidied up version.\n\n
  130.  
  131. missing_body=Can't create slides - document is missing a body element.
  132. slides_found={0,number} Slides found
  133.  
  134. general_info=HTML & CSS specifications are available from http://www.w3.org/\n\
  135. To learn more about Tidy see http://www.w3.org/People/Raggett/tidy/\n\
  136. Please send bug reports to Dave Raggett care of <html-tidy@w3.org>\n\
  137. Lobby your company to join W3C, see http://www.w3.org/Consortium\n
  138.  
  139. hello_message=\nTidy (vers {0}) Parsing "{1}"
  140.  
  141. report_version=\n{0}: Document content looks like {1}
  142.  
  143. doctype_given=\n{0}: Doctype given is "
  144.  
  145. num_warnings={0,number} warnings/errors were found!\n
  146. no_warnings=no warnings or errors were found\n
  147.  
  148. help_text={0}: file1 file2 ...\n\
  149. Utility to clean up & pretty print html files\n\
  150. see http://www.w3.org/People/Raggett/tidy/\n\
  151. options for tidy released on {1}\n\
  152. \n\
  153. Processing directives\n\
  154. --------------------\n\
  155.   -indent or -i   indent element content\n\
  156.   -omit   or -o   omit optional endtags\n\
  157.   -wrap 72        wrap text at column 72 (default is 68)\n\
  158.   -upper  or -u   force tags to upper case (default is lower)\n\
  159.   -clean  or -c   replace font, nobr & center tags by CSS\n\
  160.   -numeric or -n  output numeric rather than named entities\n\
  161.   -errors or -e   only show errors\n\
  162.   -quiet or -q    suppress nonessential output\n\
  163.   -xml            use this when input is wellformed xml\n\
  164.   -asxml          to convert html to wellformed xml\n\
  165.   -slides         to burst into slides on h2 elements\n\
  166. \n\
  167. Character encodings\n\
  168. ------------------\n\
  169.   -raw            leave chars > 128 unchanged upon output\n\
  170.   -ascii          use ASCII for output, Latin-1 for input\n\
  171.   -latin1         use Latin-1 for both input and output\n\
  172.   -iso2022        use ISO2022 for both input and output\n\
  173.   -utf8           use UTF-8 for both input and output\n\
  174.   -mac            use the Apple MacRoman character set\n\
  175. \n\
  176. File manipulation\n\
  177. ---------------\n\
  178.   -config <file>  set options from config file\n\
  179.   -f <file>       write errors to named <file>\n\
  180.   -modify or -m   to modify original files\n\
  181. \n\
  182. Miscellaneous\n\
  183. ------------\n\
  184.   -version or -v  show version\n\
  185.   -help   or -h   list command line options\n\
  186. You can also use --blah for any config file option blah\n\
  187. \n\
  188. Input/Output default to stdin/stdout respectively\n\
  189. Single letter options apart from -f may be combined\n\
  190. as in:  tidy -f errs.txt -imu foo.html\n\
  191. For further info on HTML see http://www.w3.org/MarkUp\n\
  192. \n
  193.  
  194. bad_tree=\nPanic - tree has lost its integrity\n
  195.